Updates to Display chapter of Lisp manual.
authorChong Yidong <cyd@gnu.org>
Wed, 21 Mar 2012 07:02:13 +0000 (15:02 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 21 Mar 2012 07:02:13 +0000 (15:02 +0800)
commitb2004c92082d129227a2a600ca867832e7d51cad
treef624471095f414b721022372b2f011326e132697
parentbc413193c783662fb680d44e73eaf1e278f67c5d
Updates to Display chapter of Lisp manual.

* doc/lispref/display.texi (The Echo Area): Add xref to Output Streams.
(Displaying Messages): Improve doc of message.
(Echo Area Customization, Invisible Text): Copyedits.
(Invisible Text): Mention that spec comparison is done with eq.
(Width): Improve doc of char-width.
(Faces): Recommend using symbol instead of string for face name.
Minor clarifications.
(Defining Faces): Copyedits.  Update face example.
(Attribute Functions): Mark set-face-foreground etc as commands.
(Face Remapping): Mention text-scale-adjust.  Clarify
face-remapping-alist and related docs.
(Face Functions): Don't document make-face or copy-face.

* lisp/faces.el (make-face, make-empty-face, copy-face):
* lisp/face-remap.el (face-remap-add-relative, face-remap-set-base):
Doc fixes.

* src/xfaces.c (Vface_remapping_alist): Doc fix.
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/NEWS
lisp/ChangeLog
lisp/face-remap.el
lisp/faces.el
src/ChangeLog
src/xfaces.c